Crate indoc

Crate indoc 

Source
Expand description

githubcrates-iodocs-rs


This crate provides a procedural macro for indented string literals. The indoc!() macro takes a multiline string literal and un-indents it at compile time so the leftmost non-space character is in the first column.

[dependencies]
indoc = "2"